home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / CF.HLP < prev    next >
Text File  |  1993-05-02  |  3KB  |  77 lines

  1.  
  2.  
  3. ┌─────────────────────────┐
  4. │ Option:  CF  CLEAN FILE │
  5. └─────────────────────────┘
  6.  
  7. ┌─Explanation────────────────────────────────────────────────────────────────┐
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.   Have you ever had the problem to clean your LogFiles ?  Here
  11.   i want to show you a option, which is doing a fine job. It
  12.   kills these lines in your LogFiles, you have specified in another
  13.   File.
  14.  
  15.   This option cleans files like GT.LOG, GBAG.LOG, GTNET.LOG, JL.LOG
  16.   and any other TextFile. The interessting thing is, that you can
  17.   specify in a seperate file, which lines in the LOG File should be
  18.   deleted and so you have the biggest possible influence, how the
  19.   cleaned LogFile will look. Of course, you can run this option daily,
  20.   but perhaps you want to run it only one time per week or per month.
  21.   Perhaps you want to delete only a few lines within the LogFile or
  22.   perhaps you want to save only the important things. With this option
  23.   you are the boss, which things are important enough to be saved, and
  24.   you can be sure to save a lot of diskspace.
  25.  
  26.   If you are setting up the File, which contains the line, which should
  27.   be killed, you should remember the importance of Spaces. This option
  28.   doesn't kill spaces at the beginning and at the end of a line and it
  29.   kills the line in the LogFile only, if this String - including all
  30.   Spaces - is a part of the line in the LogFile.
  31.  
  32.  
  33.  
  34. ┌─Syntax─────────────────────────────────────────────────────────────────────┐
  35. └────────────────────────────────────────────────────────────────────────────┘
  36.   JLUTIL /CF File_1, File_2  [-Switches]
  37.  
  38.  
  39. ┌─Switch──────Description────────────────────────────────────────────────────┐
  40. └────────────────────────────────────────────────────────────────────────────┘
  41.    -U         CaseInsensitive search (UpperCase).
  42.  
  43.  
  44. ┌─Parameter───Description────────────────────────────────────────────────────┐
  45. └────────────────────────────────────────────────────────────────────────────┘
  46.   File_1      File to clean like GT.LOG, GTNET.LOG or JL.LOG
  47.   File_2      File, which contains the lines, which should be deleted
  48.               within File_1.
  49.  
  50.  
  51. ┌─Examples───────────────────────────────────────────────────────────────────┐
  52. └────────────────────────────────────────────────────────────────────────────┘
  53.  
  54.   JLUTIL /CF GTNET.LOG,GTNETLOG.DEL -U
  55.   JLUTIL /CF JL.LOG,JLLOG.DEL -U
  56.   JLUTIL /CF GT.LOG,GTLOG.DEL -U
  57.     │
  58.     └> JLUTIL reads GT.LOG and deletes all lines, which are
  59.        specified in GTDEL.LOG. Because we used the -U Switch,
  60.        the search isn't casesensitive. And here is the contents
  61.        of my GTDEL.LOG:
  62.  
  63.                   ┌─GTDEL.LOG──────────────────────────┐
  64.                   │ NO CARRIER                         │
  65.                   │   ; TIME LIMIT                     │
  66.                   │   BAD PASSWORD:                    │
  67.                   │ SCHD:                              │
  68.                   │   ; CARRIER LOSS                   │
  69.                   │   ;  Daily Routines: Finished      │
  70.                   │   PAGE NOT ANSWERED                │
  71.                   │   ; TIMEOUT                        │
  72.                   │   ; TIME LIMIT                     │
  73.                   │   ;  BOOTING                       │
  74.                   │   PAGE REASON:                     │
  75.                   └────────────────────────────────────┘
  76.  
  77.